DAOS-19133 common: Adjust engin logs severity names#18483
Conversation
|
Ticket title is 'Adjust severity names in engine logs to follow ones defined for server' |
5206b7b to
e45cb63
Compare
|
Test stage Functional on EL 9 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18483/1/execution/node/1039/log |
|
Test stage Functional on EL 9 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18483/2/execution/node/378/log |
50de9d5 to
e436d97
Compare
|
Test stage Functional on EL 9 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-18483/5/testReport/ |
Adjust severity names in engine logs to follow ones defined for server - DBUG → DEBUG - ERR → ERROR - EMRG → FATAL Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
EMRG is no longer used and always can be subsituted by FATAL Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
ec59f14 to
7053f8e
Compare
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
Log lines with errors starts with `ERROR` not `ERR` word. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
The minimum length of the facility field should has been increased to 6 to cover all existing facility names. This will make sure the start of the log line message stays in the same place, no matter where it comes from. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
3c6ad79 to
2d7756c
Compare
|
Test stage NLT completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18483/9/execution/node/636/log |
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
|
Test stage NLT completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-18483/10/testReport/ |
…line." This reverts commit 2d7756c. Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com> Cancel-prev-build: false
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com> Cancel-prev-build: false
Adjust severity names in engine logs to follow ones defined for server
Support for redundant
EMRGmessages has been removed, as they are no longer used anywhere following their unification with theFATALtype.The minimum length of the facility field should has been increased to 6 to cover all existing facility names.
This will make sure the start of the log line message stays in the same place, no matter where it comes from.
Steps for the author:
After all prior steps are complete: